influence_desicions = {
	combat_foreign_influence = {

		icon = generic_independence
		
		cost = 100
		days_remove = 30
		days_re_enable = 0
		
		complete_effect = {
			custom_effect_tooltip = increase_domestic_influence_amount_TT
			hidden_effect = {
				add_to_variable = { domestic_influence_amount = 10 }
				recalculate_influence = yes
			}
		}

		ai_will_do = {
			base = 20
			modifier = {
				factor = 0
				check_variable = { domestic_influence_amount_calc > 0.6 }
			}
			modifier = {
				factor = 20
				check_variable = { domestic_influence_amount_calc < 0.3 }
			}
		}
	}
	
}
